added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBReceiveWM_COPYDATA / VBReceiveWM_COPYDATA.vbproj
blob57b4a9397daffbe3e3a04323e2ebb8ab96ca4455
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{C339FF9A-5576-498F-8274-DA67C0A76C18}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <StartupObject>VBReceiveWM_COPYDATA.My.MyApplication</StartupObject>
11     <RootNamespace>VBReceiveWM_COPYDATA</RootNamespace>
12     <AssemblyName>VBReceiveWM_COPYDATA</AssemblyName>
13     <FileAlignment>512</FileAlignment>
14     <MyType>WindowsForms</MyType>
15     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16     <OptionExplicit>On</OptionExplicit>
17     <OptionCompare>Binary</OptionCompare>
18     <OptionStrict>Off</OptionStrict>
19     <OptionInfer>On</OptionInfer>
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <DefineDebug>true</DefineDebug>
25     <DefineTrace>true</DefineTrace>
26     <OutputPath>..\Debug\</OutputPath>
27     <DocumentationFile>VBReceiveWM_COPYDATA.xml</DocumentationFile>
28     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31     <DebugType>pdbonly</DebugType>
32     <DefineDebug>false</DefineDebug>
33     <DefineTrace>true</DefineTrace>
34     <Optimize>true</Optimize>
35     <OutputPath>..\Release\</OutputPath>
36     <DocumentationFile>VBReceiveWM_COPYDATA.xml</DocumentationFile>
37     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
38   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="System" />
41     <Reference Include="System.Drawing" />
42     <Reference Include="System.Windows.Forms" />
43     <Reference Include="System.Core">
44       <RequiredTargetFramework>3.5</RequiredTargetFramework>
45     </Reference>
46   </ItemGroup>
47   <ItemGroup>
48     <Import Include="Microsoft.VisualBasic" />
49     <Import Include="System" />
50     <Import Include="System.Collections" />
51     <Import Include="System.Windows.Forms" />
52     <Import Include="System.Linq" />
53   </ItemGroup>
54   <ItemGroup>
55     <Compile Include="MainForm.vb">
56       <SubType>Form</SubType>
57     </Compile>
58     <Compile Include="MainForm.Designer.vb">
59       <DependentUpon>MainForm.vb</DependentUpon>
60       <SubType>Form</SubType>
61     </Compile>
62     <Compile Include="My Project\AssemblyInfo.vb" />
63     <Compile Include="My Project\Application.Designer.vb">
64       <AutoGen>True</AutoGen>
65       <DependentUpon>Application.myapp</DependentUpon>
66     </Compile>
67     <Compile Include="My Project\Resources.Designer.vb">
68       <AutoGen>True</AutoGen>
69       <DesignTime>True</DesignTime>
70       <DependentUpon>Resources.resx</DependentUpon>
71     </Compile>
72     <Compile Include="My Project\Settings.Designer.vb">
73       <AutoGen>True</AutoGen>
74       <DependentUpon>Settings.settings</DependentUpon>
75       <DesignTimeSharedInput>True</DesignTimeSharedInput>
76     </Compile>
77   </ItemGroup>
78   <ItemGroup>
79     <EmbeddedResource Include="MainForm.resx">
80       <DependentUpon>MainForm.vb</DependentUpon>
81     </EmbeddedResource>
82     <EmbeddedResource Include="My Project\Resources.resx">
83       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
84       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
85       <CustomToolNamespace>My.Resources</CustomToolNamespace>
86       <SubType>Designer</SubType>
87     </EmbeddedResource>
88   </ItemGroup>
89   <ItemGroup>
90     <None Include="My Project\Application.myapp">
91       <Generator>MyApplicationCodeGenerator</Generator>
92       <LastGenOutput>Application.Designer.vb</LastGenOutput>
93     </None>
94     <None Include="My Project\Settings.settings">
95       <Generator>SettingsSingleFileGenerator</Generator>
96       <CustomToolNamespace>My</CustomToolNamespace>
97       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
98     </None>
99   </ItemGroup>
100   <ItemGroup>
101     <Content Include="ReadMe.txt" />
102   </ItemGroup>
103   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
104   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
105        Other similar extension points exist, see Microsoft.Common.targets.
106   <Target Name="BeforeBuild">
107   </Target>
108   <Target Name="AfterBuild">
109   </Target>
110   -->
111 </Project>